home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 054a / wc10b.zip / README.TXT < prev    next >
Text File  |  1993-03-22  |  3KB  |  118 lines

  1.                                  README.TXT
  2.                                  ==========
  3.  
  4.  
  5. DISCLAIMER
  6. ==========
  7.  
  8.     This software is distributed AS-IS. There is NO warranty included.
  9. I do not gaurantee that it WILL work on every system out there. This
  10. software as distributed contains NO virii, trojans or any other nasty 
  11. computer atackers. I can only say that this program DOES work on my system.
  12.  
  13.  
  14. SYSTEM REQUIREMENTS
  15. ===================
  16.   Ibm PC/AT 386, 486 or higher
  17.   2 MB Ram (Required to switch to protected mode.)
  18.   3 1/2 or 5 1/4 Floppy Drive
  19.   Windows 3.x
  20.   Windows 3.x supported video display.
  21.  
  22.  
  23. INSTALLATION
  24. ============
  25.  
  26.   1.  Copy the file WCOMMAND.EXE to your WINDOWS directory.
  27.   2.  Edit WIN.INI to change the SHELL= line to:
  28.         SHELL=WCOMMAND.EXE
  29.   3.  Restart windows.
  30.  
  31. COMMANDS
  32. ========
  33.  
  34. ABOUT
  35. -----
  36.   Displays version information and a small bit of program information
  37.  
  38. CD, CHDIR 
  39. ---------
  40.   Changes current directory to the one specified.
  41.  
  42. CLS, CLRSCR 
  43. -----------
  44.   Clears the command prompt window.
  45.  
  46. DIR
  47. ---
  48.   Displays a directory listing of the current or specified directory.
  49.      
  50. EXIT
  51. ----
  52.   Exits WinCommand, if all other programs are done, terminates Windows.
  53.      
  54. HELP, ?
  55. -------
  56.   Displays a help screen. Basically, this lists available commands.
  57.  
  58. MD, MKDIR 
  59. ---------     
  60.   Creates the specified directory.
  61.      
  62. PROMPT 
  63. ------
  64.   Allows you to redefine your command prompt. This command works just
  65.   like it's Dos counterpart. It contains all the same control characters
  66.   except $e. This command is not supported because it is the ANSI specific
  67.   command. The command set is:
  68.  
  69.     Command                 Desc
  70.     -------      ----------------------------------
  71.      $q           = (equal sign)
  72.      $$           $ (dollar sign)
  73.      $t           Current time
  74.      $d           Current date
  75.      $p           Current drive and path
  76.   *  $a           Dos, Windows, & WinCommand version numbers
  77.      $v           Dos version number
  78.   *  $w           Windows version number
  79.   *  $c           WinCommand version number
  80.      $n           Current drive
  81.      $g           > (greater-than sign)
  82.      $l           < (less-than sign)
  83.      $b           | (pipe)
  84.      $_           Enter-Linefeed
  85.      $e           Currently ignored
  86.      $h           Backspace (to delete a character that has been written 
  87.                   to the prompt command line)
  88.   *  $s           Sounds the windows system bell. (Supports .WAV sounds
  89.                   in Windows 3.1 due to Windows not WinCommand.)
  90.  
  91.   Commands prefixed by an '*' are WinCommand specific enhancements. They 
  92.   don't work under regular Dos. DO NOT USE THE '*' IT IS NOT A COMMAND.
  93.  
  94.   Prompt by itself will re-set the prompt your current Dos prompt. This is
  95.   WinCommand's default prompt.
  96.  
  97. RD, RMDIR 
  98. ---------
  99.   Removes the specified directory.
  100.  
  101. VER 
  102. ---
  103.   Displays version.
  104.  
  105. You can also type in ANY program name. WinCommand will search for programs
  106. in your current path using the following program extension order: .PIF, .EXE, 
  107. .COM, and then .BAT. If you specify the extension it will run the specified
  108. program.
  109.  
  110.  
  111. COPYRIGHT INFORMATION
  112. ---------------------
  113. WinCommand is copyright(c) 1993 by Matthew S. Vesperman
  114. MsDos, MsWindows, and Windows are copyright(c) Microsoft
  115. MsDos, MsWindows, and Windows are trademarked by Microsoft
  116.  
  117.  
  118.